Use git-autoshare with git-aggregator#453
Conversation
|
Just curious, will this help in prod environment too, or just devel? |
yajo
left a comment
There was a problem hiding this comment.
CI shows errors:
git-autoshare /home/odoo/.config/git-autoshare/repos.yml not found. No hosts to load.
That seems like a bug in git-autoshare. I think it should just skip itself if there's no repos definition, isn't it?
Also please add docs about how to benefit from this for example using CI caching.
And a test also.
OTOH great addition!
0243c80 to
667a3d4
Compare
Needs Tecnativa/doodba#453 Enables git-autoshare process for the local aggregation process Sets up local cache even if user doesn't have git-autoshare installed and setup locally. TT32042
Needs Tecnativa/doodba#453 Enables git-autoshare process for the local aggregation process Sets up local cache even if user doesn't have git-autoshare installed and setup locally. TT32042
667a3d4 to
b6ef9bd
Compare
b6ef9bd to
7206e38
Compare
7206e38 to
55c7933
Compare
55c7933 to
04a1dc7
Compare
|
@david-banon-tecnativa can you resume this one to check if this is still improving something and the caveats it has? |
|
I started working on this during the OCA days actually, i don't think we can do it to speed up CI, but we should be able to see a improvement in local build times. I don't know for sure if it will help with storage size. |
|
You might want to consider replacing git-autoshare with mrchef, which uses git-autoshare out of the box if available, and supports lockfiles. |
Take advantage of https://github.com/acsone/git-autoshare to make the git aggregation process faster and more efficient with disk space.
Related to:
@Tecnativa
TT32042